home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / oecc_106.arc / OECC_106.NEW < prev    next >
Text File  |  1988-04-18  |  3KB  |  73 lines

  1. Revision 1.06 has added some new commands which as of this writing are of
  2. interest only to Opus alpha, beta and gamma testers. In addition, MONITOR.EXE
  3. is somewhat more advanced, albeit not yet modified for the new commands.
  4.  
  5. Monitor can be used in two ways now:
  6.  
  7.     1. As a DOS filter, which is no change. Thus you can use redirection
  8.        and piping, as in:
  9.  
  10.         oecc bulletin.oec | monitor
  11.  
  12.     2. It can take its input from a file rather than just stdin. The file
  13.        name should be specified on the caommand line:
  14.  
  15.         monitor bulletin.bbs
  16.  
  17. Please note that because of 1. you can still say:
  18.  
  19.         monitor < bulletin.bbs
  20.  
  21. if you have any special desire to do so.
  22.  
  23. The new commands will be described here only briefly. Opus 1.10 is still in
  24. its development stage, so these commands (or at least some of them may change).
  25. Some other commands will probably not make any sense to anyone but me. I
  26. included them thinking ahead of what currently exists.
  27.  
  28.     [language]    :=  ^oL    - change default language
  29.     [color]       :=  ^oE    - what follows show only if ANSI/AVATAR
  30.     [endcolor]    :=  ^oe    - end of ANSI/AVATAR only
  31.     [tfile]       :=  ^pT    - show rest of file to twits and higher
  32.     [hfile]       :=  ^pH    - show rest of file to hidden and higher
  33.     [vfile]       :=  ^p#    - for future reference only
  34.  
  35. (Note: all of the similar commands can now be preceded by t, h and v, e.g.
  36. [tline], [hline], [vline])
  37.  
  38.     [tbelow]      :=  ^pBT   - show to twits and below (rest of line)
  39.     [dbelow]      :=  ^pBD   - show to disgrace and below
  40.        ...                 ... etc for all levels ...
  41.     [sbelow]      :=  ^pBS   - show to sysop and below
  42.     [hbelow]      :=  ^pBH   - show to hidden and less
  43.     [vbelow]      :=  ^pB#   - for future reference only
  44.  
  45.     [tequal]      := ^pQT    - show to twits only
  46.        ...
  47.     [pequal]      := ^pQP    - show to privileged only
  48.        ...
  49.     [vequal]      := ^pQ#    - reserved for future reference
  50.  
  51.         [txclude]     := ^pXT    - show to all except twits
  52.        ...
  53.     [exclude]     := ^pXE    - show to all except extra
  54.        ...
  55.     [sxclude]     := ^pXS    - show to all but don't bother sysop
  56.        ...
  57.     [vxclude]     := ^pX#    - reserved
  58.  
  59. The following codes are for possible future use only. They are not used by
  60. any OEC as of this writing:
  61.  
  62.     [hex]         := %X
  63.     [decimal]     := %d
  64.     [unsigned]    := %u
  65.     [string]      := %s
  66.  
  67. I have enclosed my own msgarea.oec (somewhat modified) to help you see what
  68. it does. The beta and gamma testers can ask me questions in their appropriate
  69. echos. Everyone else is welcome to discuss this with me in the BBOS echo.
  70.  
  71. PLEASE, DO NO LONGER SEND ME ANY QUESTIONS VIA NETMAIL. USE THE BBOS ECHO.
  72.  
  73.